home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 2
/
MacMania 2.toast
/
Demo's
/
Tools&Utilities
/
Programming
/
ViewIt 2.24
/
C Demo Projects
/
THINK C 6.0 Demos
/
MinimumLC.c
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-04-09
|
283 b
|
15 lines
|
[
TEXT/KAHL
]
/* Minimum LC Demonstration Program */
/* ©FaceWare 1991-93. All Rights Reserved. */
#include <string.h>
#include "FaceStorLC.h"
extern struct FaceRec fRec;
void main()
{
strcpy(fRec.uName, "Minimum.Rsrc");
FaceIt(0,DoInit,0,0,0,0);
for (;;) {
FaceIt(0,DoLoop,0,0,0,0);
}
}